object AddFolderDlg: TAddFolderDlg Left = 237 Top = 182 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Add New Folder' ClientHeight = 70 ClientWidth = 320 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 113 Height = 13 Caption = 'Enter New Folder Name' end object FolderName: TEdit Left = 8 Top = 24 Width = 225 Height = 21 MaxLength = 20 TabOrder = 0 end object BitBtn1: TBitBtn Left = 240 Top = 8 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 240 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 Kind = bkCancel end end